'Declaration Public Overloads Sub Add( _ ByVal item As KeyValuePair(Of TKey,TValue) _ )
'Usage Dim instance As ImGearReadOnlyDictionary(Of TKey,TValue) Dim item As KeyValuePair(Of TKey,TValue) instance.Add(item)
public void Add( KeyValuePair<TKey,TValue> item )
public: void Add( KeyValuePair<TKey*,TValue*> item )
public: void Add( KeyValuePair<TKey^,TValue^> item )
Parameters
- item
- The object to add to the dictionary.